public interface BillingClientStateListener
This listener's
onBillingSetupFinished(BillingResult)
method is called when the setup process is complete.
| Modifier and Type | Method and Description |
|---|---|
void |
onBillingServiceDisconnected()
Called to notify that the connection to the billing
service was lost.
|
void |
onBillingSetupFinished(BillingResult billingResult)
Called to notify that setup is complete.
|
void onBillingServiceDisconnected()
void onBillingSetupFinished(BillingResult billingResult)
billingResult - The result of the setup
process.